Divider
Type
widget
Summary
A divider that separates two controls visually by drawing a line or space.
Description
A divider that separates two controls visually by drawing a line or space.
Compatibility and Support
Introduced
LiveCode 10
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web
Children Properties
Property
Name | Summary | Syntax |
---|---|---|
themeData | The theme mappings of this widget | set the themeData of <widget> to {<array>} get the themeData of <widget> |
endIndent | The amount of empty space to the trailing edge of the divider. | get the endIndent of <widget> set the endIndent of <widget> to <Integer> |
color | The color to use when painting the line. | get the color of <widget> set the color of <widget> to {<Color>} |
indent | The amount of empty space to the leading edge of the divider. | get the indent of <widget> set the indent of <widget> to <Integer> |
dashes | Specifies the appearance of dashed lines on the divider line. | get the dashes of <widget> set the dashes of <widget> to {<pixelsOn> [, <pixelsOff>]} |
dividerType | The type of splitter used | get the dividerType of <widget> set the dividerType of <widget> to {<horizontal>|<vertical>|<spacer>} |
thickness | The thickness of the line drawn within the divider. | get the thickness of <widget> set the thickness of <widget> to <Integer> |